gdkdisplay-win32.c: Define _WIN32_WINNT
authorChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 11 Nov 2016 12:53:41 +0000 (20:53 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Fri, 11 Nov 2016 12:58:16 +0000 (20:58 +0800)
commit718efc2f591cdd4bdf1f4bafb24f71e643ba320c
treeb166c521ae420f2cd3347bf86b8c254b938ddfc9
parent0d364173f61feb4d089eaa95ace9c1cc13681339
gdkdisplay-win32.c: Define _WIN32_WINNT

... to be for Vista (0x0600) or later.  This is so that the necessary
items in the Windows headers be activated so that the code will build
properly on mingw-w64, and we already require Vista or later for GTK+.

Thanks Ting-Wei Lan for pointing this out.

See: https://bugzilla.gnome.org/show_bug.cgi?id=768081#c62
gdk/win32/gdkdisplay-win32.c